home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_280 / PlaceObject2_183_13 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  171 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    this._x = _root.ufo2._x - 35;
  3.    if(_root.hero.hitTest(this) && _root.hero._y == 122.9)
  4.    {
  5.       _root.hero._x = this._x + 35;
  6.    }
  7. }
  8.